Define obsolete alias x-cut-buffer-or-selection-value.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 16 Sep 2010 22:47:21 +0000 (18:47 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 16 Sep 2010 22:47:21 +0000 (18:47 -0400)
* term/x-win.el (x-cut-buffer-or-selection-value): Define as
obsolete alias for x-selection-value.

lisp/ChangeLog
lisp/term/x-win.el

index 556cd5d0c61f528c834782db8b863ef3f073e423..9ed26809a44850d61220bc24e2fa4c23969bb56b 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
 
+       * term/x-win.el (x-cut-buffer-or-selection-value): Define as
+       obsolete alias for x-selection-value.
+
        * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
 
 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
index b19e0f854d90e3b5dd0073e3a3fc3721cc86c603..1950bef19be5b55786713981f9d702c75e816412 100644 (file)
@@ -1344,6 +1344,9 @@ The value nil is the same as this list:
       (or clip-text primary-text)
       )))
 
+(define-obsolete-function-alias 'x-cut-buffer-or-selection-value
+  'x-selection-value "24.1")
+
 ;; Arrange for the kill and yank functions to set and check the clipboard.
 (setq interprogram-cut-function 'x-select-text)
 (setq interprogram-paste-function 'x-selection-value)